summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-07 15:16:28 +0200
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-05-07 15:16:44 +0200
commit999bf56b7edccb618394e895347b6b4a1ca9aba5 (patch)
tree84f69635a3315f871c8464c8238a43eae9707e4c /.gitignore
parent6908d57f7cff4c9635579551d9206b2fe9e94089 (diff)
gitignore: Properly identity top-level files
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore46
1 files changed, 25 insertions, 21 deletions
diff --git a/.gitignore b/.gitignore
index 9a78aac9..c5665dbd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,19 +1,19 @@
-build/
+/build/
# autotools generated files
-missing
-install-sh
-configure
-config.status
-config.h.in
-config.h
-Makefile.in
-Makefile
-aclocal.m4
-autom4te.cache/
-compile
-depcomp
-stamp-h1
+/missing
+/install-sh
+/configure
+/config.status
+/config.h.in
+/config.h
+/Makefile.in
+/Makefile
+/aclocal.m4
+/autom4te.cache/
+/compile
+/depcomp
+/stamp-h1
.dirstamp
.deps/
*.o
@@ -22,13 +22,17 @@ stamp-h1
*.gcno
# generated files
-helper_test
-rofi_test
-textbox_test
-rofi
-doc/*.html
-doc/*.1
-doc/*.doxy
+/helper_test
+/helper_config_cmdline_parser
+/helper_expand
+/history_test
+/rofi_test
+/textbox_test
+/rofi
+/doc/*.html
+/doc/*.1
+/doc/*.doxy
+/gitconfig.h
# I want to ignore log files
*.log