aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:49:35 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-03-10 21:49:35 +0000
commite67f751bb40d07a71a651a73116f1b968954467f (patch)
tree0fe5c80dec7c02fd87f6effe672a82be7b79647d /.gitignore
parent75b7f8314bc552fd80318d928d30700daaa7539c (diff)
downloadCompiler-e67f751bb40d07a71a651a73116f1b968954467f.tar.gz
Compiler-e67f751bb40d07a71a651a73116f1b968954467f.zip
fixing .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 940e69d..aae6581 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,14 @@
# specific ignored folders
-./bin/
-./working/
-./test/
+/working/
+/test/
# ignored all called
build/
+bin/
+ref/
+out/
# ignore all files with these extensions
@@ -23,6 +25,3 @@ build/
# emacs temp files
.#*
-
-ref/
-out/