Skip to content

Commit

Permalink
Adding .gitignore with common folders to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
synhershko committed Sep 5, 2009
1 parent 66fe5f4 commit 99b043f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
@@ -0,0 +1,11 @@
# git-ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
obj
bin
msvc
build
~$*

0 comments on commit 99b043f

Please sign in to comment.