Skip to content

Commit

Permalink
Add some missing .gitignore entries
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-1000 committed Jun 3, 2024
1 parent 7fb313c commit bf0e345
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*.log
*.pdb
*.tlog
*.log
*.idb
*.user
*.db
Expand All @@ -25,6 +24,19 @@
/locales
/data
/maps
/obj
/bin/lin64
/source/angelscript/lib
CMakeFiles
shipsets.txt
patcher.exe
sound*.dll

# clangd config
compile_commands.json

# clangd cache
.cache

# CLion
.idea

0 comments on commit bf0e345

Please sign in to comment.