Update gitignore file
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -4,6 +4,7 @@ build-64/
|
||||
build-win/
|
||||
cmake_build/
|
||||
dependencies/
|
||||
CMakeFiles/
|
||||
|
||||
.config/
|
||||
supertuxkart-64
|
||||
@@ -14,20 +15,25 @@ data/music
|
||||
data/sfx
|
||||
data/textures
|
||||
data/tracks
|
||||
data/.svn
|
||||
|
||||
*.o
|
||||
*.d
|
||||
*.a
|
||||
*.patch
|
||||
*.diff
|
||||
*.obj
|
||||
*.orig
|
||||
*.rej
|
||||
*.log
|
||||
*.lib
|
||||
*.tlog
|
||||
*.pdb
|
||||
*.dll
|
||||
*.exe
|
||||
*.vcxproj
|
||||
*.vcxproj.filters
|
||||
*.vcxproj.user
|
||||
|
||||
packets_log.txt
|
||||
history.dat
|
||||
|
||||
Reference in New Issue
Block a user