Skip to content

Commit

Permalink
.gitignore: Rename from .bzrignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilx committed Jan 14, 2014
1 parent 03621fd commit 7f9346d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .bzrignore

This file was deleted.

35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
*.user
*.ncb
*.suo
*.sdf
ipch/
autom4te.cache/
objdir*/
Win32/
x64/

#
# From Github's C++.gitignore:
#

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

0 comments on commit 7f9346d

Please sign in to comment.