Skip to content
This repository has been archived by the owner on May 7, 2018. It is now read-only.

Commit

Permalink
rewrite .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
carstene1ns committed May 1, 2014
1 parent c02b002 commit 1bc7cca
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# cmake files
CMakeFiles/
CMakeCache.txt
*.cmake
Makefile
_CPack_Packages
install_manifest.txt
*.tar.bz2
src/version.hpp
!cmake/Modules/*.cmake

# Compiled Static libraries
*.lai
*.la
# libraries
*.a
*.dll
*.dylib
*.lib
*.so

# Game files and executables
dx
cg.npa
nss.npa
sound.npa
voice.npa
system.npa
# executable
steins-gate

# game files
dx/
*.npa
*.exe

0 comments on commit 1bc7cca

Please sign in to comment.