diff options
| -rw-r--r-- | .gitignore | 26 |
1 files changed, 7 insertions, 19 deletions
@@ -1,29 +1,17 @@ -### General section ### -# build directory +# build directories build/ -doc/ - -### xHire's section ### -# private scripts -ai.sh -build.sh -patch.sh -chmod.sh -indent.sh +build_client/ +build_server/ -# notes -NOTES -CHANGELOG -handbook_data/ +# documentation build +doc/ -# tmp folder +# temporary folder tmp/ # core dumps +core core.* # backup files *~ - -# debug files -DEBUG.* |