about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2014-10-30 19:49:51 +0100
committerCamille Mougey <camille.mougey@cea.fr>2014-10-30 19:49:51 +0100
commitcb4ee7a15838fd97c051fbf65f1d51b2c3b3e3eb (patch)
treea4eaafab42c836c85e0831c6388b834f801d03df
parentb1045614848ab7280fe910a0962bef4ae24e5a15 (diff)
downloadfocaccia-miasm-cb4ee7a15838fd97c051fbf65f1d51b2c3b3e3eb.tar.gz
focaccia-miasm-cb4ee7a15838fd97c051fbf65f1d51b2c3b3e3eb.zip
GIT: HGignore -> GITignore
-rw-r--r--.gitignore6
-rw-r--r--.hgignore3
2 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..f3c186eb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+# Build directory
+/build/*
+# Emacs files
+*~
+# Compiled python files
+*\.pyc
\ No newline at end of file
diff --git a/.hgignore b/.hgignore
deleted file mode 100644
index d43f92c2..00000000
--- a/.hgignore
+++ /dev/null
@@ -1,3 +0,0 @@
-^build/
-~$
-\.pyc$
\ No newline at end of file