Skip to content

Commit

Permalink
Add ignore for hidden files in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Vargas authored and defunkt committed Nov 9, 2010
1 parent b2788d6 commit 534d7da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Global/Linux.gitignore
@@ -1,5 +1,6 @@
.*

This comment has been minimized.

Copy link
@nu7hatch

nu7hatch Nov 9, 2010

Contributor

IMO this one is too ambiguous

This comment has been minimized.

Copy link
@DavidJFelix

DavidJFelix Sep 16, 2013

I have to say I totally disagree with this. It's blocking extremely useful files like .travis.yaml and .gitmodules for example. Also it assumes that all hidden files are not meant to be version controlled. I think that a blacklist approach is much more valuable than white-listing every possible hidden file that you could want to version control.

*~ *~
*.sw[a-p] *.sw[a-p]


#KDE #KDE
.directory .directory

0 comments on commit 534d7da

Please sign in to comment.