aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-05-27 22:26:04 +0800
committerAaron LI <aaronly.me@gmail.com>2016-05-27 22:26:04 +0800
commitd0caf3a1b1b4e636e369273ad27f41fd9253e224 (patch)
tree53076e5a8baf7cc18777e05627780723e21ccb8a /tools
parented1216d1b4a3ce0b22c987138cec56211bb3908d (diff)
downloadchandra-acis-analysis-d0caf3a1b1b4e636e369273ad27f41fd9253e224.tar.bz2
Add .gitignore for tools/cosmo_calc
Diffstat (limited to 'tools')
-rw-r--r--tools/cosmo_calc/.gitignore2
-rw-r--r--tools/cosmo_calc/calc_distance.obin99536 -> 0 bytes
-rwxr-xr-xtools/cosmo_calc/cosmo_calcbin76999 -> 0 bytes
-rw-r--r--tools/cosmo_calc/ddivid.obin6464 -> 0 bytes
-rw-r--r--tools/cosmo_calc/main.obin35024 -> 0 bytes
5 files changed, 2 insertions, 0 deletions
diff --git a/tools/cosmo_calc/.gitignore b/tools/cosmo_calc/.gitignore
new file mode 100644
index 0000000..ff9ddf9
--- /dev/null
+++ b/tools/cosmo_calc/.gitignore
@@ -0,0 +1,2 @@
+*.o
+cosmo_calc
diff --git a/tools/cosmo_calc/calc_distance.o b/tools/cosmo_calc/calc_distance.o
deleted file mode 100644
index d3c7cf5..0000000
--- a/tools/cosmo_calc/calc_distance.o
+++ /dev/null
Binary files differ
diff --git a/tools/cosmo_calc/cosmo_calc b/tools/cosmo_calc/cosmo_calc
deleted file mode 100755
index 58bc46b..0000000
--- a/tools/cosmo_calc/cosmo_calc
+++ /dev/null
Binary files differ
diff --git a/tools/cosmo_calc/ddivid.o b/tools/cosmo_calc/ddivid.o
deleted file mode 100644
index 5452fc3..0000000
--- a/tools/cosmo_calc/ddivid.o
+++ /dev/null
Binary files differ
diff --git a/tools/cosmo_calc/main.o b/tools/cosmo_calc/main.o
deleted file mode 100644
index 66b1c4f..0000000
--- a/tools/cosmo_calc/main.o
+++ /dev/null
Binary files differ