summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-09-12 23:44:54 +0200
committerJan Pokorný <jpokorny@redhat.com>2014-09-12 23:44:54 +0200
commitc342b49f45fee34c6fb39b55b7067311f99ddaa7 (patch)
tree012bd06a2119343e67471a848ccc34a57a0bb6b8 /.gitignore
parente720b0bdb036969b8e9ed9d46d858ee6adccbded (diff)
downloadclufter-c342b49f45fee34c6fb39b55b7067311f99ddaa7.tar.gz
clufter-c342b49f45fee34c6fb39b55b7067311f99ddaa7.tar.xz
clufter-c342b49f45fee34c6fb39b55b7067311f99ddaa7.zip
run-clean: new helper cleaning dirs as per .gitignore
...which itself got new convention: not-add, not-remove files are below "# KEEP" mark. Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 5 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 62151fb..1d9f074 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,19 @@
*.o
*.py[co]
-*.un~
/__root__/ccs-flatten/Makefile.setup
/__root__/ccs-flatten/ccs_flatten
/__root__/ccs-flatten/config.h
/__root__/build
/__root__/dist
/__root__/*.egg-info
+
!/.gitignore
!/tests/XMLFormat-walk/
-/.*
+
/cib.xml
/corosync.conf
+
+# KEEP
+/.*
/tests/*/
/tests/*-archive