]> WPIA git - cassiopeia.git/commitdiff
add: Git Attribute pinning
authorBenny Baumann <BenBE@geshi.org>
Thu, 19 Jun 2014 16:33:15 +0000 (18:33 +0200)
committerBenny Baumann <BenBE@geshi.org>
Sun, 2 Nov 2014 01:17:48 +0000 (02:17 +0100)
.gitattributes [new file with mode: 0644]
.gitignore

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..e255b36
--- /dev/null
@@ -0,0 +1,11 @@
+*      text=auto
+
+*.c    text
+*.cpp  text
+*.h    text
+*.hpp  text
+
+*.txt  text
+*.md   text
+
+Makefile       text
index c3af5c8a84e7f7bff76890c6a70ecb5e362f5646..9cd9963bf82d5b5ce3ab04b91e42b638a931cf7b 100644 (file)
@@ -1,3 +1,7 @@
+# Auto-Generated Dependenciy files
+*.d
+*.log
+
 # Compiled Object files
 *.slo
 *.lo
@@ -15,3 +19,8 @@
 # Ignore Eclipse stuff
 *.cproject
 *.project
+
+# Subdirectories filled with generated binary files
+bin
+dep
+obj