我試圖排除除了那些我需要以下.gitignore
配置中的所有文件:Gitignore雙星模式不起作用
*.* # Ignore all files
*~ # Ignore temp files
\#* # Ignore temp files
!.gitignore
!*.conf
!**/*.conf
然而,當我執行git status
./postgresql/9.3/warm-standby/postgresql.conf
沒有顯示文件。我如何解決我的.gitignore
?
的Git版本2.1.4
看一看http://stackoverflow.com/questions/9162919/whitelisting-and-subdirectories-in-git –