projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6444963
)
Add more files and file types to `.gitignore` (#5859)
author
red-001
<red-001@outlook.ie>
Wed, 31 May 2017 18:08:13 +0000
(19:08 +0100)
committer
SmallJoker
<SmallJoker@users.noreply.github.com>
Wed, 31 May 2017 18:08:13 +0000
(20:08 +0200)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 2ef4fa6df98de5ec8c413d527ea128861b31c737..7b5ecab675dd3d523c7be2f4a15ba061199dcd2a 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-22,9
+22,12
@@
tags
!tags/
gtags.files
.idea/*
+# Codelite
+*.project
## Files related to minetest development cycle
/*.patch
+*.diff
# GNU Patch reject file
*.rej
@@
-43,13
+46,17
@@
gtags.files
!/mods/minetest/mods_here.txt
/worlds
/world/
-/clientmods/mods.conf
+/clientmods/*
+!/clientmods/preview/
/client/mod_storage/
## Configuration/log files
minetest.conf
debug.txt
+## Other files generated by minetest
+screenshot_*.png
+
## Doxygen files
doc/Doxyfile
doc/html/